CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - ant colony java

搜索资源列表

  1. ACOforTSP

    0下载:
  2. 蚁群算法的java版,需要TSP文件,输入蚂蚁量,迭代次数,权重信息等参数-Java version of the ant colony algorithm, you need to TSP file, enter the amount of ants, the number of iterations, weights and other parameters
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-29
    • 文件大小:2530
    • 提供者:王婷
  1. 基于信息熵的蚁群聚类JAVA实现

    1下载:
  2. 基于信息熵的蚁群聚类JAVA实现。包含测试数据。-Ant Colony Clustering JAVA based on information entropy. Contains the test data.
  3. 所属分类:数值算法/人工智能

    • 发布日期:2012-10-25
    • 文件大小:60047
    • 提供者:justok
  1. aco

    0下载:
  2. 蚁群算法的java源码,附带使用方法,很好用-Ant colony algorithm java source code, incidental use, very good use
  3. 所属分类:Algorithm

    • 发布日期:2017-03-30
    • 文件大小:8429
    • 提供者:王荣
  1. JavaACSFramework

    0下载:
  2. 伴随JavaACSFrameworkSrc.zip使用,是前者的介绍和使用说明书,关键字: Ant Colony, ACO-Accompanied by the use of JavaACSFrameworkSrc.zip is the introduction and use of the former descr iption, keyword: Ant Colony, ACO
  3. 所属分类:software engineering

    • 发布日期:2017-04-17
    • 文件大小:167871
    • 提供者:Dennis
  1. zydp

    0下载:
  2. 文件中包含一些资源调配相关的论文,其中涵盖了资源掉配模型的研究,并采用蚁群算法、遗传算法来实现。-Document contains a number of papers related to the allocation of resources, which covers the allocation of resources out of the research model and the use of ant colony algorithm, genetic algorithm to
  3. 所属分类:Project Design

    • 发布日期:2017-06-22
    • 文件大小:41699861
    • 提供者:sino
  1. ant_code

    1下载:
  2. java实现的基本蚁群算法,蚁群算法是一种智能算法-the realization of the ant colony algorithm java
  3. 所属分类:Java Develop

    • 发布日期:2017-03-30
    • 文件大小:45421
    • 提供者:hrbeu
  1. tsp

    1下载:
  2. TSP问题,用蚁群算法解决该问题,将时间复杂度降低-use ant colony to solve the TSP problem
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-06
    • 文件大小:14755
    • 提供者:chaplin
  1. DW

    0下载:
  2. This file is about Java Ant Colony System Framework
  3. 所属分类:Document

    • 发布日期:2017-03-31
    • 文件大小:50577
    • 提供者:Peter
  1. myra

    0下载:
  2. Myra is a cross-platform Ant Colony Optimization framework written in Java. It provides a specialised data mining layer to support the application of ACO to classification problems, including the implementation of Ant-Miner and cAnt-Miner algorithms.
  3. 所属分类:Java Develop

    • 发布日期:2017-03-28
    • 文件大小:229413
    • 提供者:juksa
  1. antcolonyalgorithm

    0下载:
  2. 蚁群算法的模拟实现 安装JDK,配置环境变量,导入项目,一般情况下直接保存、运行ant.UI即可启动程序。如果不能运行,将文件夹下的swt.jar加入构建路径,然后在运行中的JVM参数中加入-Djava.library.path="dll所在目录的绝对路径"即可。 也可以在命令行下直接运行该程序,假设文件夹放在D盘跟目录。则在cmd下切换到文件夹下,运行如下命令即可启动程序。-Simulation and Realization of ant colony algorithm
  3. 所属分类:Bio-Recognize

    • 发布日期:2017-04-10
    • 文件大小:1529947
    • 提供者:天天
  1. GeneticAntAlgorithms

    0下载:
  2. Java环境下的遗传算法,蚁群算法的混合实现-Java environment, genetic algorithms, ant colony algorithm for hybrid realization
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-31
    • 文件大小:78444
    • 提供者:樊福剑
  1. jbyqsftsp

    0下载:
  2. 基本蚁群算法程序:讲的是蚂蚁利用自己的记忆和更新机制并利用移动规则从而对线路进行优化并找到最优路线-Basic ant colony algorithm program: tell the ants use their own memory and update mechanism and use Rules to move on line and find the best route to optimize
  3. 所属分类:Java Develop

    • 发布日期:2017-04-01
    • 文件大小:7902
    • 提供者:liyanan
  1. antTSP

    0下载:
  2. Java语言开发,完整的,能运行的蚁群TSP算法源代码-Java, complete TSP can run the ant colony algorithm source code
  3. 所属分类:Java Develop

    • 发布日期:2017-04-08
    • 文件大小:162200
    • 提供者:chenxuyuan
  1. ACO-Demonstration(java)

    0下载:
  2. 用java编写的蚂蚁算法程序,写的还可以,初学者可以看看。-Ant Colony Optimization Demonstration(java)
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-01
    • 文件大小:20832
    • 提供者:xdt
  1. Java-for-ACO

    0下载:
  2. Java实现蚁群算法,从而减少自己的编码量-Java source for Ant colony algorithm(ACO)
  3. 所属分类:Algorithm

    • 发布日期:2017-04-03
    • 文件大小:2986
    • 提供者:sgjdalian
  1. src

    0下载:
  2. An implementation of ant colony for travelling salesman problem
  3. 所属分类:Java Develop

    • 发布日期:2017-04-06
    • 文件大小:6646
    • 提供者:ddt_doublet
  1. Java.Web---jcaptcha.1.0.bin

    0下载:
  2. ant colony algorithm java
  3. 所属分类:Java Develop

    • 发布日期:2017-05-25
    • 文件大小:8610816
    • 提供者:cengiew
  1. Manning-Java-Development-with-Ant[2003]

    0下载:
  2. ant colony related document with all the possible algorithms
  3. 所属分类:software engineering

    • 发布日期:2017-05-13
    • 文件大小:3458155
    • 提供者:surya
  1. AntTSP

    1下载:
  2. 一种蚁群算法,主要关于VRP问题,可以计算最短路径,并且显示最佳路径-An ant colony, the main issue on the VRP, we can calculate the shortest path, and show the best path
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2017-04-21
    • 文件大小:20431
    • 提供者:nimo
  1. Ant-JAVA-2

    0下载:
  2. 蚂蚁算法的java实现 或称蚁群算法 用于解决TSP旅行商问题 尚待优化-Ant algorithm to achieve the java or ant colony algorithm to solve TSP traveling salesman problem yet to optimize
  3. 所属分类:Java Develop

    • 发布日期:2017-11-07
    • 文件大小:12937
    • 提供者:715420247
« 1 23 4 »
搜珍网 www.dssz.com